how to get font awesome outline

74

.fa-outline{
   color: transparent;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: red;
 }

Comments

Submit
0 Comments